home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 83 / CD-ROM 83.iso / CDROM.EXE / 0 / RCDATA / TFORMWPSET / TFORMWPSET.txt
Encoding:
Text File  |  2002-04-29  |  1.0 KB  |  59 lines

  1. object formWPSet: TformWPSet
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'formWPSet'
  7.   ClientHeight = 118
  8.   ClientWidth = 207
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object labelWP: TLabel
  20.     Left = 8
  21.     Top = 52
  22.     Width = 193
  23.     Height = 30
  24.     AutoSize = False
  25.     Caption = 'labelWP'
  26.     WordWrap = True
  27.   end
  28.   object BitBtn1: TBitBtn
  29.     Left = 8
  30.     Top = 88
  31.     Width = 87
  32.     Height = 25
  33.     Cursor = 1
  34.     Caption = '&Sim'
  35.     TabOrder = 1
  36.     Kind = bkYes
  37.   end
  38.   object BitBtn2: TBitBtn
  39.     Left = 114
  40.     Top = 88
  41.     Width = 87
  42.     Height = 25
  43.     Cursor = 1
  44.     Caption = '&N∩┐╜o'
  45.     TabOrder = 2
  46.     Kind = bkNo
  47.   end
  48.   object WPType: TRadioGroup
  49.     Left = 8
  50.     Top = 4
  51.     Width = 193
  52.     Height = 41
  53.     Cursor = 1
  54.     Caption = 'WPType'
  55.     Columns = 2
  56.     TabOrder = 0
  57.   end
  58. end
  59.